home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 1750 then
- if the loaded of member "earthhitback" = 0 then
- preloadMember("earthhitback")
- end if
- if the loaded of member "comet to earth film" = 0 then
- preloadMember("comet to earth film")
- end if
- if the loaded of member "earthhitexplode" = 0 then
- preloadMember("earthhitexplode")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(114)
- end
-